This is the revision history for integer overflow in <freenode.net:#perlbot>

factoid_idsubjectcopulapredicateauthornamespace
9434 integer overflow is when printf"%d", 5914374812 doesn't print what you expect. Check the limits with `perl -V|grep int` and `perl -MPOSIX -le'print for SHRT_MAX, INT_MAX, LONG_MAX, FLT_MAX, DBL_MAX'`. perldoc bigint or see CPAN for other options. popl <*:##NULL>